home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if (the movieTime of sprite 9 > 135) and (the movieTime of sprite 9 < 155) then
- puppetSound("boomhit")
- puppetSprite(8, 1)
- set the castNum of sprite 8 to 35
- updateStage()
- puppetSprite(8, 0)
- play frame "lowrightfry"
- exit
- end if
- if (the movieTime of sprite 9 > 40) and (the movieTime of sprite 9 < 60) then
- puppetSound("boomhit")
- puppetSprite(8, 1)
- set the castNum of sprite 8 to 35
- updateStage()
- puppetSprite(8, 0)
- play frame "lowrightfry"
- exit
- end if
- puppetSprite(8, 1)
- set the castNum of sprite 8 to 35
- updateStage()
- puppetSprite(8, 0)
- puppetSound("boom")
- play frame "lowrightboom"
- end
-